home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMNTLOGEVENT / TFRMNTLOGEVENT.txt
Encoding:
Text File  |  2003-01-14  |  1.9 KB  |  87 lines

  1. inherited frmNTLogEvent: TfrmNTLogEvent
  2.   Left = 410
  3.   Top = 55
  4.   HelpContext = 50
  5.   Caption = 'Log Event'
  6.   OldCreateOrder = True
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Logs an event to the Windows Event Log (not supported on Windows' +
  15.           ' 95/98/ME).')
  16.     end
  17.   end
  18.   inherited pnlCenter: TPanel
  19.     inherited pgcControlPage: TPageControl
  20.       inherited tbsAM5Main: TTabSheet
  21.         object Label1: TLabel
  22.           Left = 10
  23.           Top = 16
  24.           Width = 46
  25.           Height = 13
  26.           Caption = '&Message:'
  27.           FocusControl = edtMessage
  28.         end
  29.         object edtMessage: TEdit
  30.           Left = 10
  31.           Top = 32
  32.           Width = 449
  33.           Height = 21
  34.           TabOrder = 0
  35.         end
  36.         object rgMessageType: TRadioGroup
  37.           Left = 10
  38.           Top = 65
  39.           Width = 449
  40.           Height = 88
  41.           Caption = 'Message &type'
  42.           Items.Strings = (
  43.             '&Information'
  44.             '&Warning'
  45.             'E&rror')
  46.           TabOrder = 1
  47.         end
  48.       end
  49.     end
  50.   end
  51.   inherited taclKeyboardTrap: TActionList
  52.     Left = 200
  53.   end
  54.   inherited dxSIBarManager: TdxBarManager
  55.     Categories.ItemsVisibles = (
  56.       2)
  57.     Categories.Visibles = (
  58.       True)
  59.     PopupMenuLinks = <
  60.       item
  61.         Control = lsvAM5Errors
  62.         PopupMenu = dxCheckPopup
  63.       end>
  64.     DockControlHeights = (
  65.       0
  66.       0
  67.       0
  68.       0)
  69.   end
  70.   inherited dxCheckPopup: TdxBarPopupMenu
  71.     ItemLinks = <
  72.       item
  73.         Item = itmCheckAllErrors
  74.         UserGlyph.Data = {00000000}
  75.         Visible = True
  76.       end
  77.       item
  78.         Item = itmCheckNoErrors
  79.         UserGlyph.Data = {00000000}
  80.         Visible = True
  81.       end>
  82.   end
  83.   inherited IvTranslator1: TIvTranslator
  84.     Left = 232
  85.   end
  86. end
  87.